3.465 \(\int \cot ^2(e+f x) \sqrt {a-a \sin ^2(e+f x)} \, dx\)

Optimal. Leaf size=57 \[ -\frac {\tan (e+f x) \sqrt {a \cos ^2(e+f x)}}{f}-\frac {\csc (e+f x) \sec (e+f x) \sqrt {a \cos ^2(e+f x)}}{f} \]

[Out]

-csc(f*x+e)*sec(f*x+e)*(a*cos(f*x+e)^2)^(1/2)/f-(a*cos(f*x+e)^2)^(1/2)*tan(f*x+e)/f

________________________________________________________________________________________

Rubi [A]  time = 0.11, antiderivative size = 57, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {3176, 3207, 2590, 14} \[ -\frac {\tan (e+f x) \sqrt {a \cos ^2(e+f x)}}{f}-\frac {\csc (e+f x) \sec (e+f x) \sqrt {a \cos ^2(e+f x)}}{f} \]

Antiderivative was successfully verified.

[In]

Int[Cot[e + f*x]^2*Sqrt[a - a*Sin[e + f*x]^2],x]

[Out]

-((Sqrt[a*Cos[e + f*x]^2]*Csc[e + f*x]*Sec[e + f*x])/f) - (Sqrt[a*Cos[e + f*x]^2]*Tan[e + f*x])/f

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rule 2590

Int[sin[(e_.) + (f_.)*(x_)]^(m_.)*tan[(e_.) + (f_.)*(x_)]^(n_.), x_Symbol] :> -Dist[f^(-1), Subst[Int[(1 - x^2
)^((m + n - 1)/2)/x^n, x], x, Cos[e + f*x]], x] /; FreeQ[{e, f}, x] && IntegersQ[m, n, (m + n - 1)/2]

Rule 3176

Int[(u_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_), x_Symbol] :> Int[ActivateTrig[u*(a*cos[e + f*x]^2)^p]
, x] /; FreeQ[{a, b, e, f, p}, x] && EqQ[a + b, 0]

Rule 3207

Int[(u_.)*((b_.)*sin[(e_.) + (f_.)*(x_)]^(n_))^(p_), x_Symbol] :> With[{ff = FreeFactors[Sin[e + f*x], x]}, Di
st[((b*ff^n)^IntPart[p]*(b*Sin[e + f*x]^n)^FracPart[p])/(Sin[e + f*x]/ff)^(n*FracPart[p]), Int[ActivateTrig[u]
*(Sin[e + f*x]/ff)^(n*p), x], x]] /; FreeQ[{b, e, f, n, p}, x] &&  !IntegerQ[p] && IntegerQ[n] && (EqQ[u, 1] |
| MatchQ[u, ((d_.)*(trig_)[e + f*x])^(m_.) /; FreeQ[{d, m}, x] && MemberQ[{sin, cos, tan, cot, sec, csc}, trig
]])

Rubi steps

\begin {align*} \int \cot ^2(e+f x) \sqrt {a-a \sin ^2(e+f x)} \, dx &=\int \sqrt {a \cos ^2(e+f x)} \cot ^2(e+f x) \, dx\\ &=\left (\sqrt {a \cos ^2(e+f x)} \sec (e+f x)\right ) \int \cos (e+f x) \cot ^2(e+f x) \, dx\\ &=-\frac {\left (\sqrt {a \cos ^2(e+f x)} \sec (e+f x)\right ) \operatorname {Subst}\left (\int \frac {1-x^2}{x^2} \, dx,x,-\sin (e+f x)\right )}{f}\\ &=-\frac {\left (\sqrt {a \cos ^2(e+f x)} \sec (e+f x)\right ) \operatorname {Subst}\left (\int \left (-1+\frac {1}{x^2}\right ) \, dx,x,-\sin (e+f x)\right )}{f}\\ &=-\frac {\sqrt {a \cos ^2(e+f x)} \csc (e+f x) \sec (e+f x)}{f}-\frac {\sqrt {a \cos ^2(e+f x)} \tan (e+f x)}{f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.07, size = 35, normalized size = 0.61 \[ -\frac {\tan (e+f x) \left (\csc ^2(e+f x)+1\right ) \sqrt {a \cos ^2(e+f x)}}{f} \]

Antiderivative was successfully verified.

[In]

Integrate[Cot[e + f*x]^2*Sqrt[a - a*Sin[e + f*x]^2],x]

[Out]

-((Sqrt[a*Cos[e + f*x]^2]*(1 + Csc[e + f*x]^2)*Tan[e + f*x])/f)

________________________________________________________________________________________

fricas [A]  time = 0.44, size = 42, normalized size = 0.74 \[ \frac {\sqrt {a \cos \left (f x + e\right )^{2}} {\left (\cos \left (f x + e\right )^{2} - 2\right )}}{f \cos \left (f x + e\right ) \sin \left (f x + e\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)^2*(a-a*sin(f*x+e)^2)^(1/2),x, algorithm="fricas")

[Out]

sqrt(a*cos(f*x + e)^2)*(cos(f*x + e)^2 - 2)/(f*cos(f*x + e)*sin(f*x + e))

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: NotImplementedError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)^2*(a-a*sin(f*x+e)^2)^(1/2),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError >> Unable to parse Giac output: Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)2/f*sqrt(a)*(1/4*(tan((f*x+exp(1))/2)+1/tan((f*x+exp(1))/2))*s
ign(tan((f*x+exp(1))/2)^4-1)+sign(tan((f*x+exp(1))/2)^4-1)/(tan((f*x+exp(1))/2)+1/tan((f*x+exp(1))/2)))

________________________________________________________________________________________

maple [A]  time = 0.93, size = 43, normalized size = 0.75 \[ -\frac {\cos \left (f x +e \right ) a \left (1+\sin ^{2}\left (f x +e \right )\right )}{\sin \left (f x +e \right ) \sqrt {a \left (\cos ^{2}\left (f x +e \right )\right )}\, f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(f*x+e)^2*(a-a*sin(f*x+e)^2)^(1/2),x)

[Out]

-cos(f*x+e)*a*(1+sin(f*x+e)^2)/sin(f*x+e)/(a*cos(f*x+e)^2)^(1/2)/f

________________________________________________________________________________________

maxima [A]  time = 0.42, size = 42, normalized size = 0.74 \[ -\frac {2 \, \sqrt {a} \tan \left (f x + e\right )^{2} + \sqrt {a}}{\sqrt {\tan \left (f x + e\right )^{2} + 1} f \tan \left (f x + e\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)^2*(a-a*sin(f*x+e)^2)^(1/2),x, algorithm="maxima")

[Out]

-(2*sqrt(a)*tan(f*x + e)^2 + sqrt(a))/(sqrt(tan(f*x + e)^2 + 1)*f*tan(f*x + e))

________________________________________________________________________________________

mupad [B]  time = 18.53, size = 88, normalized size = 1.54 \[ \frac {\sqrt {a-a\,{\left (\frac {{\mathrm {e}}^{-e\,1{}\mathrm {i}-f\,x\,1{}\mathrm {i}}\,1{}\mathrm {i}}{2}-\frac {{\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}\,1{}\mathrm {i}}{2}\right )}^2}\,\left (-{\mathrm {e}}^{e\,2{}\mathrm {i}+f\,x\,2{}\mathrm {i}}\,6{}\mathrm {i}+{\mathrm {e}}^{e\,4{}\mathrm {i}+f\,x\,4{}\mathrm {i}}\,1{}\mathrm {i}+1{}\mathrm {i}\right )}{f\,\left ({\mathrm {e}}^{e\,4{}\mathrm {i}+f\,x\,4{}\mathrm {i}}-1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(e + f*x)^2*(a - a*sin(e + f*x)^2)^(1/2),x)

[Out]

((a - a*((exp(- e*1i - f*x*1i)*1i)/2 - (exp(e*1i + f*x*1i)*1i)/2)^2)^(1/2)*(exp(e*4i + f*x*4i)*1i - exp(e*2i +
 f*x*2i)*6i + 1i))/(f*(exp(e*4i + f*x*4i) - 1))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {- a \left (\sin {\left (e + f x \right )} - 1\right ) \left (\sin {\left (e + f x \right )} + 1\right )} \cot ^{2}{\left (e + f x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)**2*(a-a*sin(f*x+e)**2)**(1/2),x)

[Out]

Integral(sqrt(-a*(sin(e + f*x) - 1)*(sin(e + f*x) + 1))*cot(e + f*x)**2, x)

________________________________________________________________________________________